06. K-means quizzes
K-means Quizzes
k-means quiz 1
SOLUTION:
- k = 3, but the number of original clusters is much higher.
- With k = 3, such as in the image above, k-means will always divide the data up into exactly 3 clusters.
k-means quiz 2
SOLUTION:
- Clusters are highly overlapping
- Clusters are complex shapes
- Cluster assignment is highly sensitive to random cluster center initialization.
k-means quiz 3